'Usage Dim instance As CalcModFunction Dim args() As Object Dim value As Object value = instance.Evaluate(args)
Parameters
- args
The args contains 2 items: number, divisor.
Number is the number for which you want to find the remainder.
Divisor is the number by which you want to divide number.
Return Value
A System.Double value that indicates the evaluate result.